You are viewing a plain text version of this content. The canonical link for it is here.
Posted to proton@qpid.apache.org by "Mary hinton (JIRA)" <ji...@apache.org> on 2012/11/07 18:33:23 UTC

[jira] [Created] (PROTON-123) Porting Issue -- Visual Studio compilers do not support %zu and %zi (C99) in printf statements

Mary hinton created PROTON-123:
----------------------------------

             Summary: Porting Issue -- Visual Studio compilers do not support %zu and %zi (C99) in printf statements
                 Key: PROTON-123
                 URL: https://issues.apache.org/jira/browse/PROTON-123
             Project: Qpid Proton
          Issue Type: Improvement
          Components: proton-c
         Environment: Windows using Visual Studio 2010 
            Reporter: Mary hinton


Replaced the %zu and %zi with %lu and %li.
%li for ssize_t and %lu for size_t


--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira