* [gentoo-commits] gentoo-x86 commit in app-mobilephone/gnokii/files: gnokii-0.6.27-TP-PI.patch gnokii-0.6.26-qa-fixes.patch
@ 2009-08-15 9:39 Alin Nastac (mrness)
0 siblings, 0 replies; only message in thread
From: Alin Nastac (mrness) @ 2009-08-15 9:39 UTC (permalink / raw
To: gentoo-commits
mrness 09/08/15 09:39:23
Added: gnokii-0.6.27-TP-PI.patch
Removed: gnokii-0.6.26-qa-fixes.patch
Log:
Drop ppc64 keyword (#234787). Fix bug in status report reading (#278715).
(Portage version: 2.1.6.13/cvs/Linux x86_64)
Revision Changes Path
1.1 app-mobilephone/gnokii/files/gnokii-0.6.27-TP-PI.patch
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-mobilephone/gnokii/files/gnokii-0.6.27-TP-PI.patch?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-mobilephone/gnokii/files/gnokii-0.6.27-TP-PI.patch?rev=1.1&content-type=text/plain
Index: gnokii-0.6.27-TP-PI.patch
===================================================================
diff --git a/common/gsm-sms.c b/common/gsm-sms.c
index 2163757..f93170d 100644
--- a/common/gsm-sms.c
+++ b/common/gsm-sms.c
@@ -923,8 +923,8 @@ gn_error gn_sms_pdu2raw(gn_sms_raw *rawsms, unsigned char *pdu, int pdu_len, int
/* TP-ST TP-Status */
rawsms->report = pdu[offset++];
/* TP-PI TP-Parameter-Indicator */
- dprintf("TP-Parameter-Indicator: 0x%02x\n", pdu[offset++]);
- parameter_indicator = pdu[offset];
+ dprintf("TP-Parameter-Indicator: 0x%02x\n", pdu[offset]);
+ parameter_indicator = pdu[offset++];
/* handle the "extension bit" skipping the following octects, if any (see 9.2.3.27 TP-Parameter-Indicator) */
while (pdu[offset++] & 0x80)
;
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2009-08-15 9:39 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-08-15 9:39 [gentoo-commits] gentoo-x86 commit in app-mobilephone/gnokii/files: gnokii-0.6.27-TP-PI.patch gnokii-0.6.26-qa-fixes.patch Alin Nastac (mrness)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox