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

_______________________________________________
help-smalltalk mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/help-smalltalk

Reply via email to