Changeset 24aecbe0eb61c9ac14c36e13f334c3de56f9a06a
- Timestamp:
- 16/07/04 20:35:50
(4 years ago)
- Author:
- Laurent Aimar <fenrir@videolan.org>
- git-committer:
- Laurent Aimar <fenrir@videolan.org> 1090002950 +0000
- git-parent:
[556addaeda2da3c64911acf068998fa2dc6dbd00]
- git-author:
- Laurent Aimar <fenrir@videolan.org> 1090002950 +0000
- Message:
- equalizer: fixed a bug with strtof.
(Please look at the warnings, most of the time "incompatible pointer
type" isn't really good ;)
-
Files:
-
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
| rb0536ab |
r24aecbe |
|
| 653 | 653 | if( *psz_bands ) |
|---|
| 654 | 654 | { |
|---|
| 655 | | char *p = psz_bands, p_next; |
|---|
| | 655 | char *p = psz_bands, *p_next; |
|---|
| 656 | 656 | int i; |
|---|
| 657 | 657 | |
|---|