Changeset 62e11e95946388cc8d9ae585c5737ef7ad1e67b5

Show
Ignore:
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
  • modules/access_filter/dump.c

    r0bad986 r62e11e9  
    2626#include <stdio.h> 
    2727#include <stdlib.h> 
     28#include <assert.h> 
    2829#include <time.h> 
    2930#include <errno.h> 
     
    166167    } 
    167168 
     169    assert (len > 0); 
    168170    if (fwrite (buffer, len, 1, stream) != 1) 
    169171    {