From: marko Date: Fri, 30 Nov 2007 21:01:27 +0000 (+0000) Subject: Cosmetic change - use lowercase instead of uppercase letters in X-Git-Url: https://git.entuzijast.net/?a=commitdiff_plain;h=c6076070e6c0e2c52029fd0d3de32746fe716218;p=imunes.git Cosmetic change - use lowercase instead of uppercase letters in 16-bit hex values embedded in experiment IDs. Bug found by: Submitted by: Reviewed by: Approved by: Obtained from: --- diff --git a/imunes.tcl b/imunes.tcl index 3777658..5cec163 100755 --- a/imunes.tcl +++ b/imunes.tcl @@ -1,4 +1,4 @@ -# $Id: imunes.tcl,v 1.29 2007/11/10 01:47:52 marko Exp $ +# $Id: imunes.tcl,v 1.30 2007/11/30 21:01:27 marko Exp $ # # Copyright 2004, 2005 University of Zagreb, Croatia. All rights reserved. # @@ -51,7 +51,7 @@ #**** set execMode interactive -set eid i[format %04X [pid]] +set eid i[format %04x [pid]] while { [string index [lindex $argv 0] 0] == "-" } { switch -exact -- [lindex $argv 0] {