j
k
j a
j l
Andrew Talbot wrote:
static CHAR dtype[] = "RAW", processor[] = "WinPrint",
static CHAR dtype[] = "RAW",
processor[] = "WinPrint",
These strings should really be const. IMO, a better fix would be to add a cast to cast them back to (char*) than to change their storage class.
Mike
Back to the thread
Back to the list