warning fix

SVN revision: 11337
This commit is contained in:
tsauerbeck 2004-08-24 09:47:06 +00:00 committed by tsauerbeck
parent b25fae82f4
commit bb78f4bf38
1 changed files with 1 additions and 0 deletions

View File

@ -3,6 +3,7 @@
#define STRGET(ep, str, par) { \
Embryo_Cell *___cptr; \
str = NULL; \
if ((___cptr = embryo_data_address_get(ep, par))) { \
int ___l; \
___l = embryo_data_string_length_get(ep, ___cptr); \