Changeset 495b3095493ef75c8d04dd632c0112221e413304
- Timestamp:
- 12/09/07 18:36:26
(1 year ago)
- Author:
- Rémi Denis-Courmont <rem@videolan.org>
- git-committer:
- Rémi Denis-Courmont <rem@videolan.org> 1189614986 +0000
- git-parent:
[876b4ed97865ab05b897ac5c345421b15c88e501]
- git-author:
- Rémi Denis-Courmont <rem@videolan.org> 1189614986 +0000
- Message:
Cosmetic
-
Files:
-
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
| rce572d7 |
r495b309 |
|
| 639 | 639 | { \ |
|---|
| 640 | 640 | psz_meta = string; \ |
|---|
| 641 | | if( psz_meta ) \ |
|---|
| | 641 | if( psz_meta != NULL ) \ |
|---|
| 642 | 642 | { \ |
|---|
| 643 | 643 | int len = strlen( string ); \ |
|---|
| … | … | |
| 649 | 649 | else \ |
|---|
| 650 | 650 | { \ |
|---|
| 651 | | *d = '-'; \ |
|---|
| 652 | | d++; \ |
|---|
| | 651 | *d = '-'; \ |
|---|
| | 652 | d++; \ |
|---|
| 653 | 653 | } \ |
|---|
| 654 | 654 | } |
|---|