*** empty log message ***

This commit is contained in:
mkaply%us.ibm.com 2006-04-11 15:43:32 +00:00
parent 2273767651
commit 2581ceffaa

View File

@ -1278,7 +1278,7 @@ function CCKWriteProperties(destdir)
var file = Components.classes["@mozilla.org/file/local;1"]
.createInstance(Components.interfaces.nsILocalFile);
file.initWithPath(listitem.label);
str = "Cert"+ i + "=" + file.leafName + "\n";
str = "Cert"+ (i+1) + "=" + file.leafName + "\n";
cos.writeString(str);
}