Changeset 34 for trunk/src/sh_gpg.c
- Timestamp:
- May 19, 2006, 8:09:51 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/sh_gpg.c
r22 r34 690 690 errno = 0; 691 691 692 while (NULL != fgets(line, 255, source.pipe))692 while (NULL != fgets(line, sizeof(line), source.pipe)) 693 693 { 694 694 … … 805 805 errno = 0; 806 806 807 while (NULL != fgets(line, 255, source.pipe))807 while (NULL != fgets(line, sizeof(line), source.pipe)) 808 808 { 809 809 if (line[strlen(line)-1] == '\n')
Note:
See TracChangeset
for help on using the changeset viewer.