Changeset 3f465bd277f2c9dca0b26642d5398ff5b7c9ee58
- Timestamp:
- 04/19/08 04:03:02
(3 months ago)
- Author:
- Rafaël Carré <funman@videolan.org>
- git-committer:
- Rafaël Carré <funman@videolan.org> 1208570582 +0200
- git-parent:
[d37f47486ff09ea069a828142a13b14b66d2d192]
- git-author:
- Rafaël Carré <funman@videolan.org> 1208569408 +0200
- Message:
Mikael Stanojevic rules them all (especially Bonnevile)
-
Files:
-
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
| rd37f474 |
r3f465bd |
|
| 51 | 51 | catch (); |
|---|
| 52 | 52 | |
|---|
| 53 | | assert (artist && *artist); |
|---|
| | 53 | assert (artist && !strncmp (artist, "mike")); |
|---|
| 54 | 54 | |
|---|
| 55 | 55 | log ("+ got '%s' as Artist\n", artist); |
|---|