Changeset e65e71975462203720ed5620a10c97037f90076a
- Timestamp:
- 21/12/07 17:55:49
(1 year ago)
- Author:
- Rémi Denis-Courmont <rem@videolan.org>
- git-committer:
- Rémi Denis-Courmont <rem@videolan.org> 1198256149 +0000
- git-parent:
[607b545809d15bf655bd4b50ff68206d8aa97fb8]
- git-author:
- Rémi Denis-Courmont <rem@videolan.org> 1198256149 +0000
- Message:
Fix config item counting
-
Files:
-
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
| r3655c1c |
re65e719 |
|
| 810 | 810 | if (config != NULL) |
|---|
| 811 | 811 | memcpy (config + j, item, sizeof (*config)); |
|---|
| 812 | | *psize = j; |
|---|
| 813 | | j++; |
|---|
| | 812 | *psize = ++j; |
|---|
| 814 | 813 | } |
|---|
| 815 | 814 | |
|---|