Ignore:
Timestamp:
Oct 9, 2005, 3:11:51 PM (20 years ago)
Author:
pr
Message:

Update functions using exception handlers to force non-register variables

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/helpers/cctl_tooltip.c

    r255 r297  
    1515
    1616/*
    17  *      Copyright (C) 1997-2002 Ulrich M”ller.
     17 *      Copyright (C) 1997-2005 Ulrich M”ller.
    1818 *      This file is part of the "XWorkplace helpers" source package.
    1919 *      This is free software; you can redistribute it and/or modify
     
    19621962        }
    19631963    }
    1964     CATCH(excpt1) {} END_CATCH();
     1964    CATCH(excpt1)
     1965    {
     1966        mrc = 0;        // XWP V1.0.4 (2005-10-09) [pr]
     1967    }
     1968    END_CATCH();
    19651969
    19661970    return mrc;
    19671971}
    19681972
    1969 
Note: See TracChangeset for help on using the changeset viewer.