]> andersk Git - moira.git/blobdiff - gen/letter.dc
make it work with current database (db & field names changed)
[moira.git] / gen / letter.dc
index 19a6344d358f033b88f99773bb7d3d0fb31af009..adb9044c54ab7903351aefd62b66e61ce2b0a288 100644 (file)
@@ -179,6 +179,7 @@ int when;
        for (p = a2; *p; p++);          /* find end of string */
        for (p--; isdigit(*p); p--)
          p[2] = p[1];
+       p[2] = p[1];
        p[1] = ' ';
        /* Backup to previous space, start of state */
        for (; *a2 != ' '; a2--);
This page took 0.034101 seconds and 4 git commands to generate.