Changeset 34 for trunk/src/sh_gpg.c


Ignore:
Timestamp:
May 19, 2006, 8:09:51 PM (18 years ago)
Author:
rainer
Message:

Code cleanup and minor fixes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/sh_gpg.c

    r22 r34  
    690690  errno = 0;
    691691
    692   while (NULL != fgets(line, 255, source.pipe))
     692  while (NULL != fgets(line, sizeof(line), source.pipe))
    693693    {
    694694
     
    805805  errno = 0;
    806806
    807   while (NULL != fgets(line, 255, source.pipe))
     807  while (NULL != fgets(line, sizeof(line), source.pipe))
    808808    {
    809809      if (line[strlen(line)-1] == '\n')
Note: See TracChangeset for help on using the changeset viewer.