Changes between Initial Version and Version 1 of Ticket #467


Ignore:
Timestamp:
Nov 12, 2007, 10:32:32 AM (17 years ago)
Author:
Nicolas
Comment:

At last somebody found the cause! I was getting my server log full of those cgi"> entries.

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #467 – Description

    initial v1  
    1616}}}
    1717tag is being read, and here's the fix.
    18 
    19 scheduler_op.C[[BR]]
    20 309c309[[BR]]
    21 <                 char* q2 = strchr(buf2, '\"');[[BR]]
    22 ---[[BR]]
     18{{{
     19scheduler_op.C
     20309c309
     21<                 char* q2 = strchr(buf2, '\"');
     22---
    2323>                 char* q2 = strchr(buf2, '"');
     24}}}