Changes between Initial Version and Version 1 of Ticket #467
- Timestamp:
- Nov 12, 2007, 10:32:32 AM (17 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #467 – Description
initial v1 16 16 }}} 17 17 tag 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 {{{ 19 scheduler_op.C 20 309c309 21 < char* q2 = strchr(buf2, '\"'); 22 --- 23 23 > char* q2 = strchr(buf2, '"'); 24 }}}