- Fixed bug whereby a % character could not be used in a description. Problem was use of fprintf, which when changed to fputs, fixed the problem.
This commit is contained in:
@@ -256,8 +256,7 @@ int main (int argc, char** argv)
|
||||
return -2;
|
||||
}
|
||||
|
||||
// return 0;
|
||||
exit (0);
|
||||
return 0;
|
||||
}
|
||||
|
||||
////////////////////////////////////////////////////////////////////////////////
|
||||
|
||||
Reference in New Issue
Block a user