mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-02-07 06:53:33 +00:00
parent
42891e82bb
commit
47183551d6
1 changed files with 1 additions and 1 deletions
|
@ -45,7 +45,7 @@ char *sleb64(char *p, int64_t x) {
|
|||
*p++ = c;
|
||||
return p;
|
||||
} else {
|
||||
*p++ = c | 64;
|
||||
*p++ = c | 128;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue