Skip to content

Commit

Permalink
reproducible build
Browse files Browse the repository at this point in the history
  • Loading branch information
abma committed May 24, 2015
1 parent 0ae5d47 commit 176b801
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions lib/cimg/CImg.h
Expand Up @@ -4943,7 +4943,6 @@ namespace cimg_library_suffixed {
if (usage) {
std::fprintf(cimg::output(),"\n %s%s%s",cimg::t_red,cimg::basename(argv[0]),cimg::t_normal);
std::fprintf(cimg::output(),": %s",usage);
std::fprintf(cimg::output()," (%s, %s)\n\n",__DATE__,__TIME__);
}
if (defaut) std::fprintf(cimg::output(),"%s\n",defaut);
}
Expand Down Expand Up @@ -5040,9 +5039,9 @@ namespace cimg_library_suffixed {
\note Output is done on the default output stream.
**/
inline void info() {
std::fprintf(cimg::output(),"\n %s%sCImg Library %u.%u.%u%s, compiled %s ( %s ) with the following flags:\n\n",
std::fprintf(cimg::output(),"\n %s%sCImg Library %u.%u.%u%s, compiled with the following flags:\n\n",
cimg::t_red,cimg::t_bold,cimg_version/100,(cimg_version/10)%10,cimg_version%10,
cimg::t_normal,__DATE__,__TIME__);
cimg::t_normal);

std::fprintf(cimg::output()," > Operating System: %s%-13s%s %s('cimg_OS'=%d)%s\n",
cimg::t_bold,
Expand Down

0 comments on commit 176b801

Please sign in to comment.