[haiku-commits] Re: r40896 - haiku/trunk/src/preferences/mail

  • From: Clemens <clemens.zeidler@xxxxxxxxxxxxxx>
  • To: haiku-commits@xxxxxxxxxxxxx
  • Date: Thu, 10 Mar 2011 20:57:51 +1300

On Thu, 10 Mar 2011 20:55:34 +1300, marcus overhagen <marcusoverhagen@xxxxxxxxx> wrote:


On Thu, Mar 10, 2011 at 8:27 AM,  <clemens.zeidler@xxxxxxxxxxxxxx> wrote:

-       size_t readed = _ReadStringAt(string, fReadPosition);
+       int32 readed = _ReadStringAt(string, fReadPosition);

-       size_t readed = 0;
+       int32 readed = 0;

It's "read, read, read", not readed.

regards
Marcus


thanks, did this mistake before :-(

        Clemens

Other related posts: