Mike Frysinger před 20 roky
rodič
revize
d42f59881f
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. 1 1
      test/misc/fdopen.c

+ 1 - 1
test/misc/fdopen.c

@@ -35,7 +35,7 @@ main (int argc, char *argv[])
 
   fp = fdopen (fd, "a");
   assert (fp != NULL);
-  assert (ftell (fp) == 14);
+  assert (ftell (fp) == 5);
 
 the_end:
   if (fp != NULL)