Ticket #1217: smartd.cpp.diff

File smartd.cpp.diff, 430 bytes (added by mahori, 5 years ago)
  • smartd.cpp

    diff -ur a/smartd.cpp b/smartd.cpp
    a b  
    11491149  mail->lastsent=epoch;
    11501150
    11511151  // print warning string into message
     1152#ifdef __APPLE__
     1153  char message[512];
     1154#else
    11521155  char message[256];
     1156#endif // __APPLE__
    11531157  va_list ap;
    11541158  va_start(ap, fmt);
    11551159  vsnprintf(message, sizeof(message), fmt, ap);