Changeset 62e11e95946388cc8d9ae585c5737ef7ad1e67b5
- Timestamp:
- 10/03/07 17:57:51
(2 years ago)
- Author:
- Rémi Denis-Courmont <rem@videolan.org>
- git-committer:
- Rémi Denis-Courmont <rem@videolan.org> 1173545871 +0000
- git-parent:
[ccdd9cad455dc31546d47f8bd1b3d45a6e69501e]
- git-author:
- Rémi Denis-Courmont <rem@videolan.org> 1173545871 +0000
- Message:
Revert [19270]
-
Files:
-
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
| r0bad986 |
r62e11e9 |
|
| 26 | 26 | #include <stdio.h> |
|---|
| 27 | 27 | #include <stdlib.h> |
|---|
| | 28 | #include <assert.h> |
|---|
| 28 | 29 | #include <time.h> |
|---|
| 29 | 30 | #include <errno.h> |
|---|
| … | … | |
| 166 | 167 | } |
|---|
| 167 | 168 | |
|---|
| | 169 | assert (len > 0); |
|---|
| 168 | 170 | if (fwrite (buffer, len, 1, stream) != 1) |
|---|
| 169 | 171 | { |
|---|