help-smalltalk
[Top][All Lists]
Advanced

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

[Help-smalltalk] Bug in v3.2 version of mkdtemp.c


From: Rick Flower
Subject: [Help-smalltalk] Bug in v3.2 version of mkdtemp.c
Date: Wed, 19 May 2010 17:47:08 -0700
User-agent: RoundCube Webmail/0.2.1

Paolo,

Just an FYI.. There's a typo in the code for mkdtemp.c in the
lib-src directory of the GST 3.2 package.. The typo is a 
missing "T" in the first "attempts" line at the end.. 

#if defined TMP_MAX
  unsigned int attempts = ATTEMPTS_MIN < TMP_MAX ? TMP_MAX : ATTEMPS_MIN;
#else
  unsigned int attempts = ATTEMPTS_MIN;
#endif

-- Rick



reply via email to

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