]> pd.if.org Git - pdclib/blobdiff - functions/stdio/ftell.c
Status review.
[pdclib] / functions / stdio / ftell.c
index 0bf42f50698fccfacec7f1e6e8d51e9cc22ab886..09dd17fe189113739befd74e293b4229b57b8738 100644 (file)
@@ -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 ) )