Revision: 1307 Author: [email protected] Date: Mon Sep 7 12:26:40 2009 Log: resolve issue 93 http://code.google.com/p/jallib/source/detail?r=1307
Modified: /trunk/include/jal/format.jal ======================================= --- /trunk/include/jal/format.jal Thu Aug 20 14:43:34 2009 +++ /trunk/include/jal/format.jal Mon Sep 7 12:26:40 2009 @@ -1,6 +1,6 @@ -- Title: Writes formatted values to output device -- Author: Stef Mientki, Copyright (c) 2002 .. 2006, all rights reserved. --- Adapted-by: Joep Suijs +-- Adapted-by: Joep Suijs, Albert Faber -- Compiler: >=2.2 -- -- This file is part of jallib (http://jallib.googlecode.com) @@ -33,7 +33,7 @@ var byte _format_leader var byte _format_digit var byte _format_sign -var bit _format_signed +var bit _format_signed = false -- ----------------------------------------------------------------------------- -- ----------------------------------------------------------------------------- --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "jallib" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/jallib?hl=en -~----------~----~----~----~------~----~------~--~---
