Explorar o código

core: ut.h

Typo SHM_MEM_ERROR vs PKG_MEM_ERROR
Stefan Mititelu %!s(int64=9) %!d(string=hai) anos
pai
achega
9949f42c9d
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      ut.h

+ 1 - 1
ut.h

@@ -771,7 +771,7 @@ static inline int pkg_str_dup(str* dst, const str* src)
 
 	dst->s = (char*)pkg_malloc(dst->len);
 	if (dst->s == NULL) {
-		SHM_MEM_ERROR;
+		PKG_MEM_ERROR;
 		return -1;
 	}