On Monday 12 January 2004 04:46 am, Robert Alan Byer wrote:
> +#if defined(__DECC) && defined(VMS)
> +        snprintf(variable2, 1024, "$%s", variable);
> +        return (var) ? var : variable2;
> +#else
>       return (var) ? var : "";
> +#endif

you should remove the #if defined(__DECC) && defined(VMS) since this patch is 
needed for unix too.


_______________________________________________
Xmame mailing list
[EMAIL PROTECTED]
http://toybox.twisted.org.uk/mailman/listinfo/xmame

Reply via email to