Changeset 440 for trunk/src/sh_error.c


Ignore:
Timestamp:
Aug 30, 2013, 9:36:58 PM (11 years ago)
Author:
katerina
Message:

Fix for ticket #344 (Problems with Ubuntu 13.04)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/sh_error.c

    r405 r440  
    882882SH_MUTEX_RECURSIVE(mutex_err_handle);
    883883
    884 void sh_error_handle (int sev, const char * file, long line,
     884void sh_error_handle (int sev1, const char * file, long line,
    885885                      long status, unsigned long msg_id, ...)
    886886{
     
    891891  unsigned int class;
    892892  char * fmt;
     893  volatile int sev = sev1;            /* Avoids the 'clobbered by longjmp' warning. */
    893894
    894895  int    flag_inet;
Note: See TracChangeset for help on using the changeset viewer.