Skip to content

Commit f1dd28d

Browse files
committed
fix compiler wanring in BCD1Creator
1 parent ce1ab32 commit f1dd28d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tools/BCD1Creator/BCD1Creator.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -194,7 +194,7 @@ int main(int argc, const char **argv) {
194194
// Close the file
195195
outputBCD1.close();
196196

197-
printf("BCD1 file was created sucessfully: %s", fileName);
197+
std::cout << "BCD file was created sucessfully: %s" << fileName << std::endl;
198198

199199
return 0;
200200
}

0 commit comments

Comments
 (0)