/[libtool]/libtool/libltdl/ltdl.c
ViewVC logotype

Diff of /libtool/libltdl/ltdl.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.149 by gary, Tue Aug 14 23:28:40 2001 UTC revision 1.150 by gary, Wed Aug 15 00:01:46 2001 UTC
# Line 824  lt_dlseterror (errindex) Line 824  lt_dlseterror (errindex)
824    else if (errindex < LT_ERROR_MAX)    else if (errindex < LT_ERROR_MAX)
825      {      {
826        /* No error setting the error message! */        /* No error setting the error message! */
827        LT_DLMUTEX_SETERROR (lt_dlerror_strings[errorcount]);        LT_DLMUTEX_SETERROR (lt_dlerror_strings[errindex]);
828      }      }
829    else    else
830      {      {
831        /* No error setting the error message! */        /* No error setting the error message! */
832        LT_DLMUTEX_SETERROR (user_error_strings[errorcount - LT_ERROR_MAX]);        LT_DLMUTEX_SETERROR (user_error_strings[errindex - LT_ERROR_MAX]);
833      }      }
834    
835    LT_DLMUTEX_UNLOCK ();    LT_DLMUTEX_UNLOCK ();

Legend:
Removed from v.1.149  
changed lines
  Added in v.1.150

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26