Closed
Bug 12013
Opened 26 years ago
Closed 26 years ago
Install.log: Underline is missing under pretty name
Categories
(Core Graveyard :: Installer: XPInstall Engine, defect, P3)
Tracking
(Not tracked)
VERIFIED
FIXED
M11
People
(Reporter: jimmykenlee, Assigned: cathleennscp)
Details
Build: 8/16/99 SeaMonkey build
1. From http://jimbob/trigger2.html, trigger any jar file
RESULT:
The Install.log shows:
---------------------------------------------------------------------------
http://jimbob/jars/a_adddelfile.jar -- 08/16/1999 14:30:19
---------------------------------------------------------------------------
Acceptance: a_adddelfile
Item [1/1] Installing: C:\Program Files\moz816\x86rel\deletefile\smrtupdt.txt
Install completed successfully
Finished Installation 08/16/1999 14:30:20
EXPECTED RESULT:
Put underline under pretty name as shown below or remove blank space below name:
---------------------------------------------------------------------------
http://jimbob/jars/a_adddelfile.jar -- 08/16/1999 14:30:19
---------------------------------------------------------------------------
Acceptance: a_adddelfile
------------------------
Item [1/1] Installing: C:\Program Files\moz816\x86rel\deletefile\smrtupdt.txt
Install completed successfully
Finished Installation 08/16/1999 14:30:20
need to investigate to see if there is anything wrong with str functions...
broken by str class change... using str.SetCharAt(char, i) to set a
character in a string doens't work when the string that you're try to set to is
null to begin with, even if you have already allocated the buffer.
changing code to use Append instead.
Status: NEW → RESOLVED
Closed: 26 years ago
Resolution: --- → FIXED
Bulk move of XPInstall (component to be deleted) bugs to Installer: XPInstall
Engine
Updated•10 years ago
|
Product: Core → Core Graveyard
| Comment hidden (collapsed) |
You need to log in
before you can comment on or make changes to this bug.
Description
•