Home
last modified time | relevance | path

Searched refs:ILLEGAL_SYMB (Results 1 – 1 of 1) sorted by relevance

/dports/converters/chmview/src/
H A Dchmview.c147 static const char ILLEGAL_SYMB[] = "<>:|?*\""; variable
155 if ( (zz = strchr( ILLEGAL_SYMB, *ptr ) ) != NULL) in ReplaceIllegalChars()
156 *ptr = ILLEGAL_REPL[zz-ILLEGAL_SYMB]; in ReplaceIllegalChars()