Changeset a1ca37d in freewrt
- Timestamp:
- May 10, 2007, 5:26:47 PM (19 years ago)
- Children:
- 4ea29a0c
- Parents:
- fe0174b
- Location:
- tools/nfotiser
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
tools/nfotiser/dbif.c
rfe0174b ra1ca37d 98 98 if (debug > 1) 99 99 fprintf(stderr, "trace: running SQL command \"%s\"\n", sqlcmd); 100 while ((debug > 2) && ( getchar() != 13))100 while ((debug > 2) && ((rv = getchar()) != '\n')) 101 101 ; 102 102 -
tools/nfotiser/main.c
rfe0174b ra1ca37d 63 63 warn("cannot set the UTF-8 locale"); 64 64 65 /* make stdin unbuffered */ 66 if (setvbuf(stdin, NULL, _IONBF, 0)) 67 warn("cannot set stdin to unbuffered I/O"); 68 65 69 ofile = "nfo_.db"; /* default output file */ 66 70 /* parse arguments */
Note:
See TracChangeset
for help on using the changeset viewer.
