2009-02-08 15:12 UTC-0600 Vicente Guerra <[email protected]>
   * source/rtl/hbffind.c
     * Moved ulAttr and raw_attr initialization to zero on variable
       declaration instead of once on all platforms (Unix one was
       not initialized).

/* Previos code was:
{
    ULONG ulAttr;
#if defined(HB_OS_DOS)
    ulAttr = 0;
    ...
#elif defined(HB_OS_OS2)
    ulAttr = 0;
    ...
#elif defined(HB_OS_WIN_32)
    ulAttr = 0;
    ...
#elif defined(HB_OS_UNIX)
    ...
#else
    ...
    ulAttr = 0;
#endif
    return ulAttr;
}

Is there any cause for initialize it on each platform instead of
once at top? (maybe compiler warnings, or so...)
*/

Atte.
  Vic

------------------------------------------------------------------------------
Create and Deploy Rich Internet Apps outside the browser with Adobe(R)AIR(TM)
software. With Adobe AIR, Ajax developers can use existing skills and code to
build responsive, highly engaging applications that combine the power of local
resources and data with the reach of the web. Download the Adobe AIR SDK and
Ajax docs to start building applications today-http://p.sf.net/sfu/adobe-com
_______________________________________________
xHarbour-developers mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/xharbour-developers

Reply via email to