We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 194dd2b commit b31a3d3Copy full SHA for b31a3d3
common/utils.h
@@ -136,7 +136,7 @@ extern const tal_t *wally_tal_ctx;
136
137
/* Like mkstemp but resolves template relative to $TMPDIR (or /tmp if unset).
138
* Returns created temporary path name at *created if successful. */
139
-int tmpdir_mkstemp(const tal_t *ctx, const char *template TAKES, char **created);
+int tmpdir_mkstemp(const tal_t *ctx, const char *tmplt TAKES, char **created);
140
141
/**
142
* tal_strlowering - return the same string by in lower case.
0 commit comments