Vadik Mironov wrote:
Good day, everybody !

These two patches replace broken getword function in file.c with the
not broken one (I hope). Also i made small warkaround about one bug,
and i submit another patch later, but i need this function, so it
will be really cool, if somebody merge these patches to the CVS. Thank you in advance.


The getword() function is used only two places, in a function which
probably never is called. As it is marked broken as well it is very
close to elimination.
If you need the quotation handling you may be able to use fword() or
field(), otherwise maybe word() or simply sscanf().
Also, please use char* (not unsigned) as the simple C string type like
throughout the rest of the code.

/Kim


------------------------------------------------------- This SF.Net email is sponsored by BEA Weblogic Workshop FREE Java Enterprise J2EE developer tools! Get your free copy of BEA WebLogic Workshop 8.1 today. http://ads.osdn.com/?ad_id=5047&alloc_id=10808&op=click _______________________________________________ enlightenment-devel mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/enlightenment-devel

Reply via email to