Walter Bright wrote:

Here's the asserting code:

   len = sprintf(h->user_id, "%u", om->user_id);
   assert(len <= 6);

I'd add a printf to see what your user_id is.


Why does dmd ever even need to look at UIDs/GIDs?

_______________________________________________
dmd-internals mailing list
[email protected]
http://lists.puremagic.com/mailman/listinfo/dmd-internals

Reply via email to