Lines 310-316
Link Here
|
310 |
|
310 |
|
311 |
// prints CVS identity information for the executable |
311 |
// prints CVS identity information for the executable |
312 |
void PrintCVS(void){ |
312 |
void PrintCVS(void){ |
313 |
char *configargs=strlen(SMARTMONTOOLS_CONFIGURE_ARGS)?SMARTMONTOOLS_CONFIGURE_ARGS:"[no arguments given]"; |
313 |
const char *configargs=strlen(SMARTMONTOOLS_CONFIGURE_ARGS)?SMARTMONTOOLS_CONFIGURE_ARGS:"[no arguments given]"; |
314 |
|
314 |
|
315 |
PrintOut(LOG_INFO,(char *)copyleftstring); |
315 |
PrintOut(LOG_INFO,(char *)copyleftstring); |
316 |
PrintOut(LOG_INFO,"CVS version IDs of files used to build this code are:\n"); |
316 |
PrintOut(LOG_INFO,"CVS version IDs of files used to build this code are:\n"); |