Differences From Artifact [471b6d6607]:
- File src/th_main.c — part of check-in [4c3e1728e1] at 2025-07-23 15:58:49 on branch trunk — Minor optimization: replace calls to mprintf("%s", X) with fossil_strdup(X). (user: danield size: 92020) [more...]
To Artifact [2aed7eb334]:
- File src/th_main.c — part of check-in [b853b5d471] at 2025-08-20 00:03:06 on branch trunk — Performance optimization in Th_RenderToBlob(). (user: drh size: 92048) [more...]
| ︙ | |||
2963 2964 2965 2966 2967 2968 2969 | 2963 2964 2965 2966 2967 2968 2969 2970 2971 2972 2973 2974 2975 2976 2977 | - + |
Th_ReturnCodeName(rc, 0), TH1_LEN(nTrRes), zTrRes);
}
if( rc!=TH_OK ) break;
z += i;
if( z[0] ){ z += 6; }
i = 0;
}else{
|
| ︙ |