mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-06-28 15:28:30 +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…
Add table
Add a link
Reference in a new issue