Your ROOT_URL in app.ini is unix://git.lalonde.me:3000/ but you are visiting https://git.lalonde.me/matth/cral/commit/b770038cb64484f3cb9739dbea95247afc1863de?style=split&whitespace=show-all You should set ROOT_URL correctly, otherwise the web may not work correctly.

FIXED - typo

git-svn-id: svn+ssh://oldsvn/home/mlalondesvn/svn/cral@142 3ee9b42a-b53c-0410-a25e-f0b6218d5d5b
master
mlalondesvn 16 years ago
parent 64380d09c9
commit b770038cb6

@ -29,12 +29,12 @@ static inline void SPrint_P(const char *data)
while (!(UCSRA & (1 << UDRE))) while (!(UCSRA & (1 << UDRE)))
; ;
UDR = c; UDR = ch;
#else #else
while (!(UCSR0A & (1 << UDRE0))) while (!(UCSR0A & (1 << UDRE0)))
; ;
UDR0 = c; UDR0 = ch;
#endif #endif
} }
} }

Loading…
Cancel
Save