]> andersk Git - moira.git/commitdiff
move zip code correctly
authormar <mar>
Thu, 16 Jul 1992 10:35:15 +0000 (10:35 +0000)
committermar <mar>
Thu, 16 Jul 1992 10:35:15 +0000 (10:35 +0000)
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.028154 seconds and 5 git commands to generate.