Skip to content

Commit a597329

Browse files
authored
Merge pull request #4874 from computezrmle/revoke_previous_change
Revoke previous change
2 parents ce3cf4d + c1414a0 commit a597329

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)