[DGD] Resolve Path & Array Efficiency

Robert Forshaw iouswuoibev at hotmail.com
Sat Feb 21 02:28:29 CET 2004


>            old_path = old_path[0..sizeof(old_path)];

And that line should be:

old_path = old_path[0..sizeof(old_path) - 2];

_________________________________________________________________
It's fast, it's easy and it's free. Get MSN Messenger today! 
http://www.msn.co.uk/messenger

_________________________________________________________________
List config page:  http://list.imaginary.com/mailman/listinfo/dgd



More information about the DGD mailing list