j
k
j a
j l
On April 3, 2002 03:58 pm, Stefan Leichter wrote:
+ if (!str) { + ERR("called without text\n"); ^^^ This is not an ERR (which signals an internal Wine error), maybe a WARN, but I would suggest instead just:
+ if (!str) return 0; -- Dimi.
Back to the thread
Back to the list