<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -142,14 +142,13 @@ _Dbg_do_list_brkpt() {
 
     _Dbg_msg &quot;Num Type       Disp Enb What&quot;
     for (( i=1; i &lt;= _Dbg_brkpt_max ; i++ )) ; do
-      typeset source_file
       source_file=&quot;${_Dbg_brkpt_file[$i]}&quot;
       if [[ -n ${_Dbg_brkpt_line[$i]} ]] ; then
 	source_file=$(_Dbg_adjust_filename &quot;$source_file&quot;)
-	_Dbg_printf &quot;%-3d breakpoint %-4s %-3s %s:%s&quot; $i \
+	_Dbg_printf &quot;%-3d breakpoint %-4s %-3s %s:%d&quot; $i \
 	  ${_Dbg_keep[${_Dbg_brkpt_onetime[$i]}]} \
 	  ${_Dbg_yn[${_Dbg_brkpt_enable[$i]}]} \
-	  &quot;$source_file ${_Dbg_brkpt_line[$i]}&quot;
+	  &quot;$source_file&quot; ${_Dbg_brkpt_line[$i]}
 	if [[ ${_Dbg_brkpt_cond[$i]} != '1' ]] ; then
 	  _Dbg_printf &quot;\tstop only if %s&quot; &quot;${_Dbg_brkpt_cond[$i]}&quot;
 	fi</diff>
      <filename>command/break.sh</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>40f166c1ff8d5a0c0863a79e93b7addbb2aed361</id>
    </parent>
  </parents>
  <author>
    <name>rocky</name>
    <email>rocky@gnu.org</email>
  </author>
  <url>http://github.com/rocky/zshdb/commit/0fad85718176bccc352cd51db217584255a66c50</url>
  <id>0fad85718176bccc352cd51db217584255a66c50</id>
  <committed-date>2009-09-24T16:21:58-07:00</committed-date>
  <authored-date>2009-09-24T16:21:58-07:00</authored-date>
  <message>Misplaced quotes.</message>
  <tree>f03fa0ea3e01771746d2ce65e3030db9bb5b1a47</tree>
  <committer>
    <name>rocky</name>
    <email>rocky@gnu.org</email>
  </committer>
</commit>
