From 9aaee3ae160c23242b1966ce6d61124b8825d837 Mon Sep 17 00:00:00 2001 From: castano Date: Sat, 21 Mar 2009 07:42:36 +0000 Subject: [PATCH] Add proper todo message. --- src/nvimage/DirectDrawSurface.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/nvimage/DirectDrawSurface.cpp b/src/nvimage/DirectDrawSurface.cpp index 5fe23c0..fd4de27 100644 --- a/src/nvimage/DirectDrawSurface.cpp +++ b/src/nvimage/DirectDrawSurface.cpp @@ -1049,7 +1049,7 @@ void DirectDrawSurface::readLinearImage(Image * img) uint byteCount = (header.pf.bitcount + 7) / 8; -#pragma message("Support floating point linear images and other FOURCC codes.") +#pragma message(NV_FILE_LINE "TODO: Support floating point linear images and other FOURCC codes.") // Read linear RGB images. for (uint y = 0; y < h; y++)