[Bug 1865] extend snprintf to work on NULL

bugzilla-daemon at freedesktop.org bugzilla-daemon at freedesktop.org
Thu Nov 25 06:02:18 PST 2004


Please do not reply to this email: if you want to comment on the bug, go to          
the URL shown below and enter yourcomments there.   
 
https://bugs.freedesktop.org/show_bug.cgi?id=1865        
   




------- Additional Comments From ago at freedesktop.org  2004-11-25 06:02 -------
Created an attachment (id=1370)
 --> (https://bugs.freedesktop.org/attachment.cgi?id=1370&action=view)
add Xprintf and XNFprintf to xserver

Xprintf and Xvprintf allocate the buffer via Xalloc
XNFprintf and XNFvprintf allocate it via XNFalloc

should the macros x*printf be added? And how

a simple 
#define xprintf Xprintf
or more complicated like
#define xvprintf(fmt, ...) Xvprintf(fmt, ???)
is this portable? I think macros with variable arguments is a gnu extension
        
   
   
--         
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email       
   
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.


More information about the xorg-bugzilla-noise mailing list