commit | 0512425891c9bf350531f7c53be5e4126d1a6548 | [log] [tgz] |
---|---|---|
author | Ernie Rael <errael@raelity.com> | Thu Jul 11 22:10:45 2024 +0200 |
committer | Christian Brabandt <cb@256bit.org> | Thu Jul 11 22:16:28 2024 +0200 |
tree | 775bdc58a117983d1eb9e80ea129004514be4bcf | |
parent | 83678849095abfa914f5405e8a5e5d23346b5917 [diff] [blame] |
patch 9.1.0564: id() can be faster Problem: id() can be made faster Solution: don't use printf(), use clever shift of pointer (Ernie Rael) closes: #15207 Signed-off-by: Ernie Rael <errael@raelity.com> Signed-off-by: Christian Brabandt <cb@256bit.org>
diff --git a/src/version.c b/src/version.c index ff65484..70254cc 100644 --- a/src/version.c +++ b/src/version.c
@@ -705,6 +705,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 564, +/**/ 563, /**/ 562,