Changeset 14614


Ignore:
Timestamp:
11/13/12 17:35:38 (12 years ago)
Author:
tbretz
Message:
'C' formatted text is now unescaped before it is sent/posted.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/FACT++/src/drivectrl.cc

    r14595 r14614  
    2121#include "Timers.h"
    2222#include "Console.h"
    23 #include "Converter.h"
    2423
    2524#include "tools.h"
     
    898897        }
    899898
    900         const string name(Tools::TrimQuotes(ptr));
     899        const string name(ptr);
    901900
    902901        const sources::const_iterator it = fSources.find(name);
Note: See TracChangeset for help on using the changeset viewer.