Revision: 56320
          http://sourceforge.net/p/brlcad/code/56320
Author:   mohitdaga
Date:     2013-07-30 08:40:41 +0000 (Tue, 30 Jul 2013)
Log Message:
-----------
Remove comments of old declaration of icv_image_save_close(..). New 
implementation of icv_image_save doesnot require return values related to file 
discriptor since icv_image struct doesnt contain fd information anymore. And 
icv_image_save() always opens and closes the image on success.

Modified Paths:
--------------
    brlcad/trunk/src/libicv/fileformat.c

Modified: brlcad/trunk/src/libicv/fileformat.c
===================================================================
--- brlcad/trunk/src/libicv/fileformat.c        2013-07-30 05:32:39 UTC (rev 
56319)
+++ brlcad/trunk/src/libicv/fileformat.c        2013-07-30 08:40:41 UTC (rev 
56320)
@@ -67,18 +67,6 @@
     return 0;
 }
 
-
-/* Save functions use the return value not only for success/failure,
- * but also to note if further action is needed.
- *
- * 0 - failure.
- * 1 - success, no further action needed.
- * 2 - success, close() required on fd.
- *
- * This might be better just using the f* functions instead of
- * mixing...
- */
-
 /*
  * Attempt to guess the file type. Understands ImageMagick style
  * FMT:filename as being preferred, but will attempt to guess based on

This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.


------------------------------------------------------------------------------
Get your SQL database under version control now!
Version control is standard for application code, but databases havent 
caught up. So what steps can you take to put your SQL databases under 
version control? Why should you start doing it? Read more to find out.
http://pubads.g.doubleclick.net/gampad/clk?id=49501711&iu=/4140/ostg.clktrk
_______________________________________________
BRL-CAD Source Commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/brlcad-commits

Reply via email to