Originally committed as revision 23931 to svn://svn.ffmpeg.org/ffmpeg/trunk
oldabi
Måns Rullgård 15 years ago
parent b7fa5c5abb
commit 9958096ea2
  1. 2
      libavutil/random_seed.c

@ -31,7 +31,7 @@ static int read_random(uint32_t *dst, const char *file)
if (fd == -1)
return -1;
err = read(fd, dst, sizeof(*dst));
err = read(fd, dst, sizeof(*dst));
close(fd);
return err;

Loading…
Cancel
Save