mirror of
https://github.com/ilyakooo0/urbit.git
synced 2024-12-03 14:37:05 +03:00
Merge branch 'switch-on-crub'
Accept more characters for carrier generator, in preparation for crub
This commit is contained in:
commit
eb350a7e17
@ -410,7 +410,7 @@ _sist_cask(c3_c* dir_c, u3_noun nun)
|
||||
static u3_noun
|
||||
_sist_text(c3_c* pom_c)
|
||||
{
|
||||
c3_c paw_c[60];
|
||||
c3_c paw_c[180];
|
||||
u3_noun say;
|
||||
|
||||
uH;
|
||||
@ -419,7 +419,7 @@ _sist_text(c3_c* pom_c)
|
||||
|
||||
paw_c[0] = 0;
|
||||
fpurge(stdin);
|
||||
fgets(paw_c, 59, stdin);
|
||||
fgets(paw_c, 179, stdin);
|
||||
|
||||
if ( '\n' == paw_c[0] ) {
|
||||
continue;
|
||||
|
Loading…
Reference in New Issue
Block a user