- Timestamp:
- 02/09/09 21:35:24 (16 years ago)
- Location:
- trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Makefile
r111 r141 11 11 12 12 CC=gcc 13 OPTS=-std=gnu89 -pedantic -Wall -ggdb 13 #OPTS=-std=gnu89 -pedantic -Wall -ggdb 14 OPTS=-std=gnu89 -pedantic -Wall 14 15 INC=-I/usr/local/include 15 16 LIB=-L/usr/local/lib -lm -
trunk/src/reglookup.c
r140 r141 652 652 653 653 if(retr_path_ret == 0) 654 fprintf(stderr, "WARN: specified path not found.\n");654 fprintf(stderr, "WARN: Specified path '%s' not found.\n", path_filter); 655 655 else if (retr_path_ret == 2) 656 656 printKeyTree(iter);
Note: See TracChangeset
for help on using the changeset viewer.