pspp-dev
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[patch #5727] fix size_t format specifiers


From: John Darrington
Subject: [patch #5727] fix size_t format specifiers
Date: Wed, 07 Feb 2007 23:20:42 +0000
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.8) Gecko/20061113 Debian/1.7.8-1sarge8

Follow-up Comment #2, patch #5727 (project pspp):

I'm not sure what this will actually do for us.

1. Any sane implementation of printf would cast to the appropriate type
internally.

2. In some cases you're casting from size_t to int.  If size_t on a
particular achitecture is 64 bits, and int is 32bits, then confusing things
could happen.

Or have I completely misunderstood the way it works?

    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/patch/?5727>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/





reply via email to

[Prev in Thread] Current Thread [Next in Thread]