]> code.citadel.org Git - citadel.git/blobdiff - libcitadel/lib/tools.c
* Commented out the 'PrintFlat' and 'PrintFile' functions
[citadel.git] / libcitadel / lib / tools.c
index 773b75825af18e9b0b60926f64e856197cfd0954..fac3cb5ad6644f08cd52efc4dca0659f633b1155 100644 (file)
@@ -988,7 +988,7 @@ int Ctdl_Utf8StrLen(char *str)
  */
 char *Ctdl_Utf8StrCut(char *str, int maxlen)
 {
-       int n, m = 0;
+       int n = 0, m = 0;
        char *aptr;
 
        if (str == NULL)
@@ -1031,3 +1031,4 @@ void convert_spaces_to_underscores(char *str)
        }
 }
 
+