-----Messaggio Originale----- Da: "Andi Jahja" <[email protected]> A: "Enrico Maria Giordano" <[email protected]> Cc: "Ron Pinkas" <[email protected]>; "xHarbour Developers Mailing List" <[email protected]> Data invio: mercoledì 6 gennaio 2010 14.20 Oggetto: Re: [xHarbour-developers] Bug in SAVE command
> Hi, > > My stupid fault :( > > Please change line 1927: > > hb_strncpy( ( char * ) buffer, pDynSymbol->pSymbol->szName, > uMemLen - 1 ); > to: > hb_strncpy( ( char * ) buffer, pDynSymbol->pSymbol->szName, > uMemLen ); > > I'm sorry for that :( No problem. Fixed. Thank you. EMG -- EMAG Software Homepage: http://www.emagsoftware.it The EMG's ZX-Spectrum Page: http://www.emagsoftware.it/spectrum The Best of Spectrum Games: http://www.emagsoftware.it/tbosg The EMG Music page: http://www.emagsoftware.it/emgmusic ------------------------------------------------------------------------------ This SF.Net email is sponsored by the Verizon Developer Community Take advantage of Verizon's best-in-class app development support A streamlined, 14 day to market process makes app distribution fast and easy Join now and get one step closer to millions of Verizon customers http://p.sf.net/sfu/verizon-dev2dev _______________________________________________ xHarbour-developers mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/xharbour-developers

