[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Patch for gnokii.c
From: |
Pat Sewall |
Subject: |
Patch for gnokii.c |
Date: |
Wed, 08 Jan 2003 11:36:23 -0700 |
User-agent: |
Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.0.1) Gecko/20020830 |
In file gnokii.c the complete gn_phonebook_entry should be copies, not
just the location. This caused an error when the default memory type was
different.
3207c3207
< aux.location = entry.location;
---
> memcpy(&aux,&entry,sizeof(gn_phonebook_entry));
- Patch for gnokii.c,
Pat Sewall <=