]> code.citadel.org Git - citadel.git/commitdiff
* Fixed quote thing
authorArt Cancro <ajc@citadel.org>
Wed, 1 Sep 1999 02:09:35 +0000 (02:09 +0000)
committerArt Cancro <ajc@citadel.org>
Wed, 1 Sep 1999 02:09:35 +0000 (02:09 +0000)
citadel/commands.c

index 2b91bca8bec4647430713bdd64ef54c9fb1bd5e4..c869fd47c2a660c04e52f0c3ecc779e47d5c612b 100644 (file)
@@ -938,7 +938,7 @@ FMTA:       while ((eof_flag == 0) && (strlen(buffer) < 126)) {
                for (a=0; a<strlen(urls[num_urls]); ++a) {
                        b = urls[num_urls][a];
                        if ( (b==' ') || (b==')') || (b=='>') || (b==10)
-                          || (b==13) || (b==9) )
+                          || (b==13) || (b==9) || (b=='\"') )
                                urls[num_urls][a] = 0;
                }
                ++num_urls;