aboutsummaryrefslogtreecommitdiffstats
path: root/mpi/mpi-internal.h
diff options
context:
space:
mode:
Diffstat (limited to 'mpi/mpi-internal.h')
-rw-r--r--mpi/mpi-internal.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/mpi/mpi-internal.h b/mpi/mpi-internal.h
index c1df30ad8..46da08d0d 100644
--- a/mpi/mpi-internal.h
+++ b/mpi/mpi-internal.h
@@ -104,7 +104,7 @@ typedef int mpi_size_t; /* (must be a signed type) */
do { \
mpi_size_t _i; \
for( _i = 0; _i < (n); _i++ ) \
- (d)[_i] = (d)[_i]; \
+ (d)[_i] = (s)[_i]; \
} while (0)
#define MPN_COPY_DECR( d, s, n ) \