Skip to content

Commit

Permalink
core: str - fixed wrong (undo'ed) version of STR_ZTOV() macro
Browse files Browse the repository at this point in the history
(cherry picked from commit 65ab73a)
  • Loading branch information
miconda committed Oct 3, 2020
1 parent 0d140ea commit f39814c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/str.h
Expand Up @@ -137,7 +137,7 @@ typedef struct _str str;
if (v != '\0') { \
c = v; \
} \
}
} while(0)

/** @} */

Expand Down

0 comments on commit f39814c

Please sign in to comment.