Tcl Source Code

View Ticket
Login
Ticket UUID: 994f9d7a2007cff7de76c430ded57bd1e55881f6
Title: Tcl_ParseVar
Type: Bug Version: trunk
Submitter: pooryorick Created on: 2017-06-17 11:06:56
Subsystem: - New Builtin Commands Assigned To: nobody
Priority: 5 Medium Severity: Minor
Status: Open Last Modified: 2017-06-17 11:06:56
Resolution: None Closed By: nobody
    Closed on:
Description: (text/x-fossil-wiki)
<code>Tcl_ParseVar()</code> is documented to return either NULL or the string
value of the variable, but in the case that the input contains exactly one
character, it returns a single <code>$</code> character.