Using flags

Bill Brown brown at diego.cecer.army.mil
Thu Jun 2 13:13:15 EDT 1994


>       run->answer = 'f';

>       printf("%s\n",run->answer);

In the Flag struct, answer is a char but you're trying to print it as
a string.  Try %c instead of %s.




More information about the grass-dev mailing list