devilhorns pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=61a6f5b8ae3fc6026612490f6cf70ac491248a93
commit 61a6f5b8ae3fc6026612490f6cf70ac491248a93 Author: Chris Michael <[email protected]> Date: Mon Oct 6 10:08:19 2014 -0400 ecore-drm: Remove the FIXME note Summary: Apparently, it's better if we just let this fail rather than trying to be proactive for the API user. Signed-off-by: Chris Michael <[email protected]> --- src/lib/ecore_drm/ecore_drm_tty.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib/ecore_drm/ecore_drm_tty.c b/src/lib/ecore_drm/ecore_drm_tty.c index c047494..ad6184b 100644 --- a/src/lib/ecore_drm/ecore_drm_tty.c +++ b/src/lib/ecore_drm/ecore_drm_tty.c @@ -205,7 +205,7 @@ ecore_drm_tty_open(Ecore_Drm_Device *dev, const char *name) else dev->tty.fd = dup(STDIN_FILENO); } - else // FIXME: NB: This should Really check for format of name (/dev/xyz) + else snprintf(tty, sizeof(tty), "%s", name); if (dev->tty.fd < 0) --
