Changeset 44cc2273936a534c716d7cf30b6b78d4207448c3
- Timestamp:
- 17/09/07 18:56:12
(1 year ago)
- Author:
- Rémi Denis-Courmont <rem@videolan.org>
- git-committer:
- Rémi Denis-Courmont <rem@videolan.org> 1190048172 +0000
- git-parent:
[6479d4fbcbc7b2e7873d4af6b40a753fb79c8d95]
- git-author:
- Rémi Denis-Courmont <rem@videolan.org> 1190048172 +0000
- Message:
Add an assertion
-
Files:
-
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
| r2cbdbc8 |
r44cc227 |
|
| 1188 | 1188 | httpd_url_t *url; |
|---|
| 1189 | 1189 | int i; |
|---|
| | 1190 | |
|---|
| | 1191 | assert( psz_url != NULL ); |
|---|
| 1190 | 1192 | |
|---|
| 1191 | 1193 | vlc_mutex_lock( &host->lock ); |
|---|