• Karsten Keil's avatar
    [PATCH] ISDN strpbrk fix · 713f18e9
    Karsten Keil authored
    Here is a small ISDN fix for the current tree.
    
    There is a compiler inlining/optimation problem with strpbrk, if it has
    only a one character search string.  This results in a missing strchr
    because the compiler internally replace strpbrk with strchr in this
    case, but did so after inline handling stage.
    713f18e9
icn.c 42.2 KB