Fossil

Diff
Login

Differences From Artifact [aa2683598d]:

To Artifact [f3ef72046d]:


572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
            bufpt[i]=e[i];
          }
        }
        bufpt[length]='\0';
        break;
      }
      case etROOT: {
        bufpt = g.zTop;
        length = (int)strlen(bufpt);
        break;
      }
      case etSTRINGID: {
        precision = 16;
        /* Fall through */
      }







|







572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
            bufpt[i]=e[i];
          }
        }
        bufpt[length]='\0';
        break;
      }
      case etROOT: {
        bufpt = g.zTop ? g.zTop : "";
        length = (int)strlen(bufpt);
        break;
      }
      case etSTRINGID: {
        precision = 16;
        /* Fall through */
      }