Skip to content
  • Michael Natterer's avatar
    remove the usage of printf()/scanf() when sending doubles over the wire. · dcaeb08a
    Michael Natterer authored
    2001-07-15  Michael Natterer  <mitch@gimp.org>
    
    	* libgimpbase/gimpwire.c: remove the usage of printf()/scanf()
    	when sending doubles over the wire. Instead, rely on the memory
    	layout of gdouble being IEEE compliant and transmit 8 bytes in
    	network byte order.
    
    	* libgimpbase/gimpprotocol.h: increase GP_VERSION because this
    	makes the wire protocol binary incompatible.
    
    	* app/main.c
    	* libgimp/gimp.c: removed the setlocate(LC_NUMERIC,"C") workaround.
    dcaeb08a