Mercurial > libavformat.hg
comparison utils.c @ 4776:894e353aaeca libavformat
Fix silly bug in hex_to_data() where it compares a string pointer for whether
it is '\0' rather than its content (char *p; if (p == '\0') instead of if
(*p == '\0')). See summary in "[PATCH] rtsp.c small cleanups" thread on
mailinglist.
| author | rbultje |
|---|---|
| date | Sat, 21 Mar 2009 20:58:41 +0000 |
| parents | e04f51471c2a |
| children | adb4c38575d1 |
comparison
equal
deleted
inserted
replaced
| 4775:57e9cd4ff7b5 | 4776:894e353aaeca |
|---|
