j
k
j a
j l
On April 3, 2002 03:58 pm, Stefan Leichter wrote:
if (!str) { ERR("called without text\n");
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;
Show replies by date
wine-devel@winehq.org
Add to favorites Remove from favorites