X-Git-Url: https://pd.if.org/git/?p=pdclib;a=blobdiff_plain;f=functions%2Fstdio%2Fftell.c;h=09dd17fe189113739befd74e293b4229b57b8738;hp=0bf42f50698fccfacec7f1e6e8d51e9cc22ab886;hb=17d539d4dad385b70e22c3611c7642e0a020d990;hpb=71712a8bb92d6a10218e3356c6d26554dc2633dd diff --git a/functions/stdio/ftell.c b/functions/stdio/ftell.c index 0bf42f5..09dd17f 100644 --- a/functions/stdio/ftell.c +++ b/functions/stdio/ftell.c @@ -13,7 +13,7 @@ long int ftell( struct _PDCLIB_file_t * stream ) { - /* TODO: A bit too fuzzy in the head now. stream->ungetidx should be in here + /* FIXME: A bit too fuzzy in the head now. stream->ungetidx should be in here somewhere. */ if ( stream->pos.offset > ( LONG_MAX - stream->bufidx ) )