Skip to content

Commit e60773c

Browse files
committed
revert last test commit
1 parent 0a47458 commit e60773c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/network.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -275,7 +275,7 @@ int network_set_sqlite_result (sqlite3_context *context, NETWORK_RESULT *result)
275275
break;
276276

277277
case CLOUDSYNC_NETWORK_ERROR:
278-
sqlite3_result_error(context, "Memory error.", -1);
278+
sqlite3_result_error(context, (result->buffer) ? result->buffer : "Memory error.", -1);
279279
sqlite3_result_error_code(context, SQLITE_ERROR);
280280
len = -1;
281281
break;

0 commit comments

Comments
 (0)