Changeset 0bad98632b141f0376b83314f1ea61ab1a27788b
- Timestamp:
- 03/10/07 17:29:38
(1 year ago)
- Author:
- Jean-Paul Saman <jpsaman@videolan.org>
- git-committer:
- Jean-Paul Saman <jpsaman@videolan.org> 1173544178 +0000
- git-parent:
[eb7428c1d38b3b70af04184f4f0562a50db12931]
- git-author:
- Jean-Paul Saman <jpsaman@videolan.org> 1173544178 +0000
- Message:
Remove useless test
-
Files:
-
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
| rd3fe7f2 |
r0bad986 |
|
| 26 | 26 | #include <stdio.h> |
|---|
| 27 | 27 | #include <stdlib.h> |
|---|
| 28 | | #include <assert.h> |
|---|
| 29 | 28 | #include <time.h> |
|---|
| 30 | 29 | #include <errno.h> |
|---|
| … | … | |
| 167 | 166 | } |
|---|
| 168 | 167 | |
|---|
| 169 | | assert (len > 0); |
|---|
| 170 | 168 | if (fwrite (buffer, len, 1, stream) != 1) |
|---|
| 171 | 169 | { |
|---|