Download Reference Manual
The Developer's Library for D
About Wiki Forums Source Search Contact

Changeset 2489

Show
Ignore:
Timestamp:
08/16/07 12:01:22 (1 year ago)
Author:
kris
Message:

fix for #575 tango.text.Properties not saving correctly

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/tango/text/Properties.d

    r2465 r2489  
    125125 
    126126                foreach (key, value; properties) 
    127                          emit (key) (equals) (NL); 
     127                         emit (key) (equals) (value) (NL); 
    128128                return emit; 
    129129        }