Summary: | [fsrtpconference][PATH] Fix MSVC compilation | ||
---|---|---|---|
Product: | Farstream | Reporter: | Andoni Morales Alastruey <ylatuya> |
Component: | RTP Plugin | Assignee: | Olivier CrĂȘte <olivier.crete> |
Status: | RESOLVED FIXED | QA Contact: | |
Severity: | normal | ||
Priority: | medium | ||
Version: | unspecified | ||
Hardware: | Other | ||
OS: | All | ||
Whiteboard: | |||
i915 platform: | i915 features: | ||
Attachments: |
Replace legacy index() with strchr
Use portable g_snprintf instead of snprintf |
Description
Andoni Morales Alastruey
2010-12-09 13:58:22 UTC
Created attachment 40962 [details] [review] Replace legacy index() with strchr Created attachment 40963 [details] [review] Use portable g_snprintf instead of snprintf thanks, committed: commit 2c56d479b9f5bc29ffdbb119e1f6e7c70840dfda Author: Andoni Morales Alastruey <ylatuya@gmail.com> Date: Thu Dec 9 22:33:41 2010 +0100 Use portable 'g_snprintf' instead of 'snprintf' https://bugs.freedesktop.org/show_bug.cgi?id=32276 commit e9ecb91ed9589716883eb3aa05d1eb5ff0f2342d Author: Andoni Morales Alastruey <ylatuya@gmail.com> Date: Thu Dec 9 22:54:07 2010 +0100 Replace legacy index() with strchr() and avoid calculating the index twice https://bugs.freedesktop.org/show_bug.cgi?id=32276 |
Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.