Startup fix for scanbin 6.0

Dimitrie O. Paun dpaun at rogers.com
Wed Apr 3 16:44:55 CST 2002


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.




More information about the wine-devel mailing list