Sfoglia il codice sorgente

fixing a renaming issue

Stasik0 9 anni fa
parent
commit
1f6f56418c
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      src/ua_util.h

+ 1 - 1
src/ua_util.h

@@ -52,7 +52,7 @@
 #ifndef UA_free
     #define UA_free(ptr) free(ptr)
 #endif
-#ifndef UA_free
+#ifndef UA_malloc
     #define UA_malloc(size) malloc(size)
 #endif
 #ifndef UA_calloc