diff options
author | Sverker Eriksson <[email protected]> | 2012-08-28 15:43:07 +0200 |
---|---|---|
committer | Sverker Eriksson <[email protected]> | 2012-08-28 15:43:07 +0200 |
commit | d0a963b1f34be71a49b4d1582eea4d233e789c00 (patch) | |
tree | 0c7b7c1bf92d78e6322a1b247f74f357a8b1f5d2 /erts/emulator/drivers/common | |
parent | e3ba184dbd850ae43f43c9e4167120edc509a53e (diff) | |
parent | 8fcbcbb97e4cff45f90cf1a10a3e9dca99f76f47 (diff) | |
download | otp-d0a963b1f34be71a49b4d1582eea4d233e789c00.tar.gz otp-d0a963b1f34be71a49b4d1582eea4d233e789c00.tar.bz2 otp-d0a963b1f34be71a49b4d1582eea4d233e789c00.zip |
Merge branch 'maint'
Diffstat (limited to 'erts/emulator/drivers/common')
-rw-r--r-- | erts/emulator/drivers/common/efile_drv.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/erts/emulator/drivers/common/efile_drv.c b/erts/emulator/drivers/common/efile_drv.c index 347247ee7b..f24098025e 100644 --- a/erts/emulator/drivers/common/efile_drv.c +++ b/erts/emulator/drivers/common/efile_drv.c @@ -2597,7 +2597,7 @@ file_output(ErlDrvData e, char* buf, ErlDrvSizeT count) #ifdef USE_VM_PROBES dt_s1 = d->b; dt_s2 = d->b + namelen; - dt_utag = buf + namelen + FILENAME_BYTELEN(name) + FILENAME_CHARSIZE; + dt_utag = buf + namelen + FILENAME_BYTELEN(new_name) + FILENAME_CHARSIZE; #endif d->flags = desc->flags; d->fd = fd; |