Thread (1 message) 1 message, 1 author, 2016-06-15

Re: [PATCH v2 16/21] refs: check submodules ref storage config

From: Junio C Hamano <hidden>
Date: 2016-06-15 23:07:44

David Turner [off-list ref] writes:
quoted
quoted
+static int submodule_backend(const char *key, const char *value,
void *data)
+{
+	char **path = data;
+	if (!strcmp(key, "extensions.refstorage"))
+		*path = xstrdup(value);
+}
This should return "int" (namely 0).
Fixed, thanks.
By the way, I initially thought "this function should return void",
until I realized that this is a callback function that is required
to have a fixed function signature.  It would save future readers a
similar confusion if it is named with "config" somewhere and/or
"_cb" at the end.

Thanks.
Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help