mirror of
https://github.com/Soccera1/agg.git
synced 2025-11-04 10:27:33 +01:00
changed
This commit is contained in:
parent
7ad41ef827
commit
a950c86624
1 changed files with 1 additions and 1 deletions
|
|
@ -73,7 +73,7 @@ int main(void) {
|
|||
|
||||
int accuracytype;
|
||||
printf ("\nWould you like your accuracy as a float or as an int? Type 0 for float or 1 for int.\n");
|
||||
scanf ("%s", input);
|
||||
scanf ("%s", input);
|
||||
|
||||
if (isbool(input)) {
|
||||
sscanf(input, "%d", &accuracytype);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue