jimpark / unsis

Automatically exported from code.google.com/p/unsis
Other
59 stars 15 forks source link

!searchreplace broken #20

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 9 years ago
am running into a little problem with latest Unicode NSIS (v2.46.4) release:

My code looks like this:

    code:!searchreplace PRODUCT_VERSION_DATE "${LAMEXP_DATE}" "-" "."

LAMEXP_DATE contains something like "2012-03-10"

The expected output in PRODUCT_VERSION_DATE is "2012.03.10" (right?), but I 
only get "2012."

Went back to Maknsis.exe from Unicode NSIS v2.46.3 release and the issue is 
gone.

Can you look into this? Thanks! 

Original issue reported on code.google.com by j...@scratchpaper.com on 12 Mar 2012 at 3:28

GoogleCodeExporter commented 9 years ago

Original comment by j...@scratchpaper.com on 13 Mar 2012 at 1:09

jimpark commented 8 years ago

This issue has been fixed in 2.50.