[Python-Dev] snprintf breaks build (original) (raw)
Tim Peters tim_one@email.msn.com
Thu, 3 Aug 2000 22:49:32 -0400
- Previous message: [Python-Dev] snprintf breaks build
- Next message: [Python-Dev] snprintf breaks build
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
[Fred]
Hmm. I think the issue with known existing snprintf() implementations with Open Source licenses was that they were at least somewhat contanimating. I'll switch back to sprintf() until we have a portable snprintf() implementation.
Please don't bother! Clearly, I've already fixed it on my machine so I could make progress. I'll simply check it in. I didn't like the excessive cleverness with the fmt vrbl anyway (your compiler may not complain that you can end up passing more s[n]printf args than the format has specifiers to convert, but it's a no-no anyway) ....
- Previous message: [Python-Dev] snprintf breaks build
- Next message: [Python-Dev] snprintf breaks build
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]