Changeset 87553c323906693e5cda3a3c9ba5bf8b36b5d9da
- Timestamp:
- 04/19/08 04:11:06
(3 months ago)
- Author:
- Rafaël Carré <funman@videolan.org>
- git-committer:
- Rafaël Carré <funman@videolan.org> 1208571066 +0200
- git-parent:
[3f465bd277f2c9dca0b26642d5398ff5b7c9ee58]
- git-author:
- Rafaël Carré <funman@videolan.org> 1208571066 +0200
- Message:
prune is too strong ...
-
Files:
-
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
| r3f465bd |
r87553c3 |
|
| 51 | 51 | catch (); |
|---|
| 52 | 52 | |
|---|
| 53 | | assert (artist && !strncmp (artist, "mike")); |
|---|
| | 53 | assert (artist && !strncmp (artist, "mike"), 4); |
|---|
| 54 | 54 | |
|---|
| 55 | 55 | log ("+ got '%s' as Artist\n", artist); |
|---|