Changeset 0e771d42fc70c5380341d91b12e2910ea8dabdb8
- Timestamp:
- 01/07/03 11:00:50
(5 years ago)
- Author:
- Mohammed Adnène Trojette <adn@videolan.org>
- git-committer:
- Mohammed Adnène Trojette <adn@videolan.org> 1057050050 +0000
- git-parent:
[c6c67c1238a2ac732fb5435dd75c40b93ca0f9ee]
- git-author:
- Mohammed Adnène Trojette <adn@videolan.org> 1057050050 +0000
- Message:
* I am just a boulet :(
-
Files:
-
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
| rc6c67c1 |
r0e771d4 |
|
| 3 | 3 | ***************************************************************************** |
|---|
| 4 | 4 | * Copyright (C) 2001-2003 VideoLAN |
|---|
| 5 | | * $Id: httpd.c,v 1.18 2003/07/01 08:55:57 adn Exp $ |
|---|
| | 5 | * $Id: httpd.c,v 1.19 2003/07/01 09:00:50 adn Exp $ |
|---|
| 6 | 6 | * |
|---|
| 7 | 7 | * Authors: Laurent Aimar <fenrir@via.ecp.fr> |
|---|
| … | … | |
| 1969 | 1969 | continue; |
|---|
| 1970 | 1970 | } |
|---|
| 1971 | | /*FIXME : < 0 is necessary for medialive plugin (it was <=0 before), but why ?*/ |
|---|
| 1972 | | if( i_ret < 0 ) |
|---|
| | 1971 | if( i_ret <= 0 ) |
|---|
| 1973 | 1972 | { |
|---|
| 1974 | 1973 | // msg_Dbg( p_httpt, "waiting..." ); |
|---|