# | Line 107 | Line 107 | public: | |
---|---|---|
107 | float* bands_; | |
108 | ||
109 | ::xmms_remote_get_eq(session, &preamp, &bands_); | |
110 | < | g_memmove(bands_, bands, sizeof (bands)); |
110 | > | ext::CopyAssign(bands, bands_, 10); |
111 | ::g_free(bands_); | |
112 | } | |
113 | float GetEqualizerPreamp() { return ::xmms_remote_get_eq_preamp(session); } |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |