DO NOT REPLY TO THIS MESSAGE.  INSTEAD, POST ANY RESPONSES TO THE LINK BELOW.

[STR New]

Link: http://www.fltk.org/str.php?L2361
Version: 2.0-current


Mod patch 01 for the dev/hacker version of 2.0.  (add the file(s) to
the mods folder, not to the base system files.)

http://rainbowsally.net/tkf/fltk-2/mod-patch-01.tar.gz

Here's what the patch does...

In Fluid_Image.cxx

around line 152 of the mod(ification) file, after this...

  // the user is responsible for add_handler() for unknown
  // image types. rs->
  char imagetype[32];
  char datasname[32];
  strcpy(datasname, "0"); // null$ in case ext is not found below

add this...
  imagetype[0] = 0;

-------------

You may get some strange Image class names if you don't initialize 
the imagetype name for some reason.

This patch only applies to the mod files, not to the stock system 
files.

Also, you might want to 
    
  #define PERSONAL_INSTALLATION 1 
  
in config.h if you want to keep mess around with the fluid help docs 
in your HOME folder.  I put a little 'goto' in fluid to allow that.

{}


Link: http://www.fltk.org/str.php?L2361
Version: 2.0-current

_______________________________________________
fltk-bugs mailing list
[email protected]
http://lists.easysw.com/mailman/listinfo/fltk-bugs

Reply via email to