Prevent harmless COVERITY warning message of the BAD_ALLOC_STRLEN checker on relative...
authorNelson Ferreira <nelson.ferreira@ieee.org>
Wed, 14 Sep 2011 03:20:05 +0000 (23:20 -0400)
committerNelson Ferreira <nelson.ferreira@ieee.org>
Wed, 14 Sep 2011 03:20:05 +0000 (23:20 -0400)
commit524de51eeeaace9c84a933f778798a45fa611c6e
treeddaab0e23be0c19504b10dfdf55828e83981bd62
parent78bfe4f2108f42e55a0b4bda8601de8f2865c939
Prevent harmless COVERITY warning message of the BAD_ALLOC_STRLEN checker on relative_filename about the usage of pointer+1 inside strlen as parameter to xnew.

Changed it because it is indeed more maintainable to walk past the '/' and use that afterwards.
lib-src/etags.c
lib-src/ootags.c