Changeset 18777 for trunk/ippTools/src/pxadmin.c
- Timestamp:
- Jul 30, 2008, 9:33:05 AM (18 years ago)
- File:
-
- 1 edited
-
trunk/ippTools/src/pxadmin.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippTools/src/pxadmin.c
r17856 r18777 128 128 psString dbName = psMetadataLookupStr(&status, config->modules->complete, "DBNAME"); 129 129 130 fprintf (stdout, "*** delete the chiptables from database %s? ***\n", dbName);130 fprintf (stdout, "*** delete the tables from database %s? ***\n", dbName); 131 131 fprintf (stdout, "*** to delete the tables, answer YES, and give password ***\n"); 132 132 fprintf (stdout, "*** WARNING: this action is permanent ***\n\n"); 133 133 134 fprintf (stdout, "delete the chiptables (YES/[n]): ");134 fprintf (stdout, "delete the tables (YES/[n]): "); 135 135 fgets (line, 128, stdin); 136 136 sscanf (line, "%s", answer);
Note:
See TracChangeset
for help on using the changeset viewer.
