OSDN Git Service

Bug Fix(Express)
authorgenyakun <genyakun>
Tue, 8 Feb 2005 09:45:15 +0000 (09:45 +0000)
committergenyakun <genyakun>
Tue, 8 Feb 2005 09:45:15 +0000 (09:45 +0000)
Editor.pas

index 420a713..c895ac9 100644 (file)
@@ -1091,7 +1091,7 @@ begin
                Result := grtCheck
        else if (AnsiPos('\81E\93\8a\8de\8eÒ\82Í\81A\8cf\8e¦\94Â\89^\89c\8eÒ\82É\91Î\82µ\82Ä\81A\92\98\8dì\8eÒ\90l\8ai\8c \82ð\88ê\90Ø\8ds\8eg\82µ\82È\82¢\82±\82Æ\82ð\8f³\91ø\82µ\82Ü\82·\81B<br>', ResponseText) > 0) or
                                         (AnsiPos('\81i\92\98\8dì\8c \96@\91æ21\8fð\82È\82¢\82µ\91æ28\8fð\82É\8bK\92è\82³\82ê\82é\8c \97\98\82à\8aÜ\82Þ\81j\82»\82Ì\91¼\82Ì\8c \97\98\82É\82Â\82«\81A', ResponseText) > 0) then
-                Result := grtCookie;
+                Result := grtCookie
         else
                 Result := grtError;
 end;