Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Small bug?
#1
Hi:

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

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


Have fun

Garvan
Reply
#2
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.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)