diff options
author | Lim Swee Tat <st_lim@gentoo.org> | 2004-04-11 01:11:35 +0000 |
---|---|---|
committer | Lim Swee Tat <st_lim@gentoo.org> | 2004-04-11 01:11:35 +0000 |
commit | e35dcfe526ad769f233361b4eb6f91bc642c19f6 (patch) | |
tree | f72d41e32b9502985e1d58dc54124ea9f2b7b5b0 /net-dialup/gammu/files | |
parent | initial commit (bug #47198) (Manifest recommit) (diff) | |
download | gentoo-2-e35dcfe526ad769f233361b4eb6f91bc642c19f6.tar.gz gentoo-2-e35dcfe526ad769f233361b4eb6f91bc642c19f6.tar.bz2 gentoo-2-e35dcfe526ad769f233361b4eb6f91bc642c19f6.zip |
Added gammu-0.94.2 after the release by Marcin
Diffstat (limited to 'net-dialup/gammu/files')
-rw-r--r-- | net-dialup/gammu/files/digest-gammu-0.94.2 | 1 | ||||
-rw-r--r-- | net-dialup/gammu/files/gammu-0.94.2-LastCalendar.patch | 12 |
2 files changed, 13 insertions, 0 deletions
diff --git a/net-dialup/gammu/files/digest-gammu-0.94.2 b/net-dialup/gammu/files/digest-gammu-0.94.2 new file mode 100644 index 000000000000..9b0f1d6ba7e8 --- /dev/null +++ b/net-dialup/gammu/files/digest-gammu-0.94.2 @@ -0,0 +1 @@ +MD5 5299988e6644c972bb37eb04d477d249 gammu-0.94.2.tar.gz 748836 diff --git a/net-dialup/gammu/files/gammu-0.94.2-LastCalendar.patch b/net-dialup/gammu/files/gammu-0.94.2-LastCalendar.patch new file mode 100644 index 000000000000..216ead8e56de --- /dev/null +++ b/net-dialup/gammu/files/gammu-0.94.2-LastCalendar.patch @@ -0,0 +1,12 @@ +diff -uNr gammu-0.94.2/common/phone/nokia/dct4/n6510.c gammu-fixed/common/phone/nokia/dct4/n6510.c +--- gammu-0.94.2/common/phone/nokia/dct4/n6510.c 2004-03-05 00:32:20.000000000 +0800 ++++ gammu-fixed/common/phone/nokia/dct4/n6510.c 2004-04-08 23:30:16.256300448 +0800 +@@ -3400,7 +3400,7 @@ + /* Method 1 */ + error=N71_65_GetCalendarInfo1(s, &s->Phone.Data.Priv.N6510.LastCalendar); + if (error!=ERR_NONE) return error; +- Status->Used = LastCalendar->Number; ++ Status->Used = s->Phone.Data.Priv.N6510.LastCalendar.Number; + return ERR_NONE; + #endif + |