Skip to content

Commit c1414a0

Browse files
authored
Revoke previous change
1 parent ce3cf4d commit c1414a0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

client/file_names.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -323,7 +323,7 @@ bool is_image_file(const char* filename) {
323323
}
324324

325325
void boinc_version_dir(PROJECT& p, VERSION_INFO& vi, char* buf) {
326-
snprintf(buf, sizeof(&buf), "%s/boinc_version_%d_%d_%d",
326+
sprintf(buf, "%s/boinc_version_%d_%d_%d",
327327
p.project_dir(), vi.major, vi.minor, vi.release
328328
);
329329
}

0 commit comments

Comments
 (0)