Merge pull request #4874 from computezrmle/revoke_previous_change

Revoke previous change
This commit is contained in:
Vitalii Koshura 2022-08-08 09:31:37 +02:00 committed by GitHub
commit a597329987
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -323,7 +323,7 @@ bool is_image_file(const char* filename) {
}
void boinc_version_dir(PROJECT& p, VERSION_INFO& vi, char* buf) {
snprintf(buf, sizeof(&buf), "%s/boinc_version_%d_%d_%d",
sprintf(buf, "%s/boinc_version_%d_%d_%d",
p.project_dir(), vi.major, vi.minor, vi.release
);
}