gnokii-users
[Top][All Lists]
Advanced

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

[PATCH] Todo writing error on 6310i


From: Balint Reczey
Subject: [PATCH] Todo writing error on 6310i
Date: Thu, 16 Dec 2004 18:31:07 +0000 (GMT)

Hi!

This small patch fixes the TODO writing problem on
mobile phones using nk6510 driver (like 6310i).

Balint


        
        
                
___________________________________________________________ 
ALL-NEW Yahoo! Messenger - all new features - even more fun! 
http://uk.messenger.yahoo.com
Index: gnokii/common/phones/nk6510.c
===================================================================
RCS file: /cvsroot/gnokii/gnokii/common/phones/nk6510.c,v
retrieving revision 1.159
diff -r1.159 nk6510.c
4123c4123
<       if (sm_message_send(length, NK6510_MSG_TODO, req, state)) return 
GN_ERR_NOTREADY;
---
>       if (sm_message_send(10+length, NK6510_MSG_TODO, req, state)) return 
> GN_ERR_NOTREADY;

reply via email to

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