Mercurial > minori
comparison src/core/anime.cc @ 275:22f9aacf6ac1
osx: don't dereference NULL pointers
fail
| author | Paper <paper@paper.us.eu.org> |
|---|---|
| date | Thu, 18 Apr 2024 19:23:31 -0400 |
| parents | ff0b2052b234 |
| children | 9b6e12c14a1e |
comparison
equal
deleted
inserted
replaced
| 274:f6a756c19bfb | 275:22f9aacf6ac1 |
|---|---|
| 8 #include "core/strings.h" | 8 #include "core/strings.h" |
| 9 | 9 |
| 10 #include <algorithm> | 10 #include <algorithm> |
| 11 #include <string> | 11 #include <string> |
| 12 #include <vector> | 12 #include <vector> |
| 13 #include <cassert> | |
| 13 | 14 |
| 14 namespace Anime { | 15 namespace Anime { |
| 15 | 16 |
| 16 /* User list data */ | 17 /* User list data */ |
| 17 bool Anime::IsInUserList() const { | 18 bool Anime::IsInUserList() const { |
