Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 245204
Collapse All | Expand All

(-)../gvfs-1.0.3_orig/common/gmountspec.c (+3 lines)
Lines 26-31 Link Here
26
#include <stdlib.h>
26
#include <stdlib.h>
27
27
28
#include <glib/gi18n-lib.h>
28
#include <glib/gi18n-lib.h>
29
#include <glib/gmessages.h>
29
30
30
#include "gdbusutils.h"
31
#include "gdbusutils.h"
31
#include "gmountspec.h"
32
#include "gmountspec.h"
Lines 478-483 Link Here
478
{
479
{
479
  char *canon, *start, *p, *q;
480
  char *canon, *start, *p, *q;
480
481
482
  g_return_val_if_fail(path != NULL, path);
483
481
  if (*path != '/')
484
  if (*path != '/')
482
    canon = g_strconcat ("/", path, NULL);
485
    canon = g_strconcat ("/", path, NULL);
483
  else
486
  else

Return to bug 245204