Qbasicnews.com

Full Version: Small bug?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi:

In “libfb_str_concat.c” this does not look right:

if( (str1 == NULL) || (str1 == NULL) )
return NULL;


Have fun

Garvan
Thanks.. fixed. It was added just for safety, usually it will only deal with NULL string data's, not with NULL descriptors - unless they are passed explicitly by some other rtlib function.