Use a macro to indicate the space character substitution.
authorPat Thoyts <patthoyts@users.sourceforge.net>
Thu, 17 Jun 2010 00:00:02 +0000 (01:00 +0100)
committerPat Thoyts <patthoyts@users.sourceforge.net>
Thu, 17 Jun 2010 00:00:02 +0000 (01:00 +0100)
commit9f58ca03259efc2b9ac15152172a635949896155
tree5d47ba2b11725449a72731a8ed17d6275510f001
parent3b019ff0f5b80067c7f9fa95e9b988e7e9c4f1f2
Use a macro to indicate the space character substitution.
It is somewhat safer to avoid non-ASCII characters in the source files
so avoid potential encoding issues on non-English platforms. And we may
as well use the # char as anything else. Macroified all usage of this
character and cleaned the errors reported by gcc for unchecked results.
Use fseek rather than reopening the wordlist file to start again.

Signed-off-by: Pat Thoyts <patthoyts@users.sourceforge.net>
src/ag.c
src/ag.h