Procházet zdrojové kódy

Ouch!

pull/5196/head
Ray před 3 týdny
rodič
revize
23e0898c65
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. +1
    -1
      src/rtext.c

+ 1
- 1
src/rtext.c Zobrazit soubor

@ -1668,7 +1668,7 @@ const char *TextRemoveSpaces(const char *text)
}
// Get text between two strings
static char *GetTextBetween(const char *text, const char *begin, const char *end)
char *GetTextBetween(const char *text, const char *begin, const char *end)
{
#define MAX_TEXT_BETWEEN_SIZE 1024

Načítá se…
Zrušit
Uložit