Index: openacs-4/packages/wp-slim/www/style-image-add.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/wp-slim/www/style-image-add.tcl,v diff -u -r1.4 -r1.5 --- openacs-4/packages/wp-slim/www/style-image-add.tcl 1 Mar 2005 00:01:47 -0000 1.4 +++ openacs-4/packages/wp-slim/www/style-image-add.tcl 27 Jun 2015 20:34:42 -0000 1.5 @@ -25,7 +25,7 @@ set n_bytes [file size $tmp_filename] # strip off the C:\directories... crud and just get the file name -if ![regexp {([^/\\]+)$} $image match client_filename] { +if {![regexp {([^/\\]+)$} $image match client_filename]} { set client_filename $image }