]> andersk Git - moira.git/blobdiff - gen/www.pc
Display user creation times.
[moira.git] / gen / www.pc
index 737e84865bf49aa81e59170f6d67edc2c3f31062..339eb30a027fde519a216b579630a96ad9ae53a9 100644 (file)
@@ -190,6 +190,8 @@ void filsys(FILE *out)
 
       if (!*strtrim(path))
        continue;
+      for (c = label; *c; c++)
+       *c = tolower(*c);
       fprintf(out, "%s:%s\n", label, path);
 
       EXEC SQL OPEN alias_cursor;
@@ -201,6 +203,8 @@ void filsys(FILE *out)
          
          if (!*strtrim(alias))
            continue;
+         for (c = alias; *c; c++)
+           *c = tolower(*c);
          fprintf(out, "%s:%s\n", alias, path);
        }
       EXEC SQL CLOSE alias_cursor;
This page took 0.030362 seconds and 4 git commands to generate.