gnokii-users
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [patch] nk6510.c: Advance progress indicator in place


From: Pawel Kot
Subject: Re: [patch] nk6510.c: Advance progress indicator in place
Date: Sat, 31 May 2008 11:40:52 +0200

Hi,

On Fri, Mar 21, 2008 at 3:18 PM, Yoni Rabkin <address@hidden> wrote:
> I've attached two patches which do the same thing in a different way,
> both against today's CVS.

One question about that. The patch does:
while (something) {
    int progress, prev_progress = 0;
    [...]
    progress = something;
    if (progress == prev_progress) { //***
        do_something;
    }
    prev_progress = progress;
}
The problem is that at *** prev_progress will always be 0. I will
apply the '\r' part for now and will prepare callback stuff later on
this weekend.

take care,
pkot
-- 
Pawel Kot




reply via email to

[Prev in Thread] Current Thread [Next in Thread]