Ignore:
Timestamp:
Feb 20, 2007, 2:15:31 PM (17 years ago)
Author:
Bruno Cornec
Message:

Removed 2 asserts which were generating invalid errors (chains were not empty or null so the function is probably wrong !!)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/stable/mondo/src/common/libmondo-string.c

    r1180 r1195  
    414414
    415415    input = mr_malloc(2000);
    416     assert_string_is_neither_NULL_nor_zerolength(ip);
     416    // BERLIOS: seems to cause invalid errors
     417    //assert_string_is_neither_NULL_nor_zerolength(ip);
    417418    assert_string_is_neither_NULL_nor_zerolength(token);
    418419    assert(value != NULL);
Note: See TracChangeset for help on using the changeset viewer.