Changeset 11210


Ignore:
Timestamp:
2006-02-01T17:09:07+13:00 (18 years ago)
Author:
mdewsnip
Message:

Also need to escape double quotes?

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/gsdl/src/recpt/gtiaction.cpp

    r10148 r11210  
    314314    target_file_chunk_text_escaped = escape_all(target_file_chunk_text_escaped, '(');
    315315    target_file_chunk_text_escaped = escape_all(target_file_chunk_text_escaped, ')');
     316    target_file_chunk_text_escaped = escape_all(target_file_chunk_text_escaped, '"');
    316317    target_file_chunk_text_escaped = escape_all(target_file_chunk_text_escaped, '\'');
    317318
Note: See TracChangeset for help on using the changeset viewer.