• unknown's avatar
    Critical fixes after review: · 1efa7ea5
    unknown authored
    - mutex was unlocked before the end of the critical sesion,
    - Portability issue: It's better to use (*alloc)(x) instead of alloc(x),
      if alloc is a function passed as an argument.
    - Use {} around if() block, to avoid possible problems with some Windows compilers.
    
    
    1efa7ea5
ctype-uca.c 431 KB