Changeset 5add7fdc94a5f27dfb5c7b26a9db38080f0d9a4f
- Timestamp:
- 01/04/06 02:25:58
(3 years ago)
- Author:
- Antoine Cellerier <dionoea@videolan.org>
- git-committer:
- Antoine Cellerier <dionoea@videolan.org> 1143851158 +0000
- git-parent:
[117e041c413542fe155db4aa3df44674606ff2a8]
- git-author:
- Antoine Cellerier <dionoea@videolan.org> 1143851158 +0000
- Message:
Hum, this isn't needed anymore.
-
Files:
-
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
| r50ed005 |
r5add7fd |
|
| 221 | 221 | |
|---|
| 222 | 222 | p_block = block_New( p_image->p_parent, i_size ); |
|---|
| 223 | | |
|---|
| 224 | | if( !p_block ) |
|---|
| 225 | | { |
|---|
| 226 | | msg_Dbg( p_image->p_parent, "error while allocating memory to read %s", |
|---|
| 227 | | psz_url ); |
|---|
| 228 | | return NULL; |
|---|
| 229 | | } |
|---|
| 230 | 223 | |
|---|
| 231 | 224 | stream_Read( p_stream, p_block->p_buffer, i_size ); |
|---|