/[monit]/monit/http/base64.c
ViewVC logotype

Diff of /monit/http/base64.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.7 by chopp, Wed Aug 13 22:18:43 2003 UTC revision 1.8 by chopp, Wed Sep 3 15:29:29 2003 UTC
# Line 75  int encode_base64(char **dest, int size, Line 75  int encode_base64(char **dest, int size,
75            
76      if(0 == size ) {      if(0 == size ) {
77                
78        size= strlen(src);        size= strlen((char *) src);
79                
80      }      }
81            

Legend:
Removed from v.1.7  
changed lines
  Added in v.1.8

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26